home *** CD-ROM | disk | FTP | other *** search
- object Dialog: TDialog
- Left = 69
- Top = 117
- BorderStyle = bsDialog
- Caption = 'Delphi'
- ClientHeight = 376
- ClientWidth = 636
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Visible = True
- WindowState = wsMaximized
- OnPaint = FormPaint
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 218
- Height = 16
- Caption = 'Display Dialog Performance Test:'
- end
- object DisplaysPerMinute: TLabel
- Left = 264
- Top = 8
- Width = 32
- Height = 16
- Alignment = taRightJustify
- Caption = ' 0'
- end
- object Label2: TLabel
- Left = 304
- Top = 8
- Width = 114
- Height = 16
- Caption = 'Displays / Minute'
- end
- object Run: TButton
- Left = 448
- Top = 0
- Width = 73
- Height = 33
- Caption = '&Run'
- Default = True
- TabOrder = 0
- OnClick = RunClick
- end
- object Exit: TButton
- Left = 552
- Top = 0
- Width = 65
- Height = 33
- Cancel = True
- Caption = 'E&xit'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ExitClick
- OnEnter = ExitEnter
- end
- object DPDIALOG: TDdeServerConv
- OnOpen = DDEOpen
- Left = 24
- Top = 40
- end
- object DdeServerItem1: TDdeServerItem
- ServerConv = DPDIALOG
- Left = 64
- Top = 38
- end
- end
-